All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Bundle
NSBundle
.
[[NSBundle
alloc] init]
.
- initWithPath:
on a newly allocated object.
+ allBundles
Objective-C class method.
+ allFrameworks
Objective-C class method.
- bundlePath
Objective-C instance method.
+ bundleWithPath:
Objective-C class method.
- infoDictionary
Objective-C instance method.
- load
Objective-C instance method.
+ localizedString::
Objective-C class method.
- localizedStringForKey:value:table:
Objective-C instance method.
+ localizedStringFromTable:::
Objective-C class method.
+ localizedStringFromTableInBundle::::
Objective-C class method.
+ mainBundle
Objective-C class method.
+ pathForResource:ofType:inDirectory:
Objective-C class method.
- pathForResource:ofType:
Objective-C instance method.
- pathForResource:ofType:inDirectory:
Objective-C instance method.
- pathsForResourcesOfType:inDirectory:
Objective-C instance method.
- resourcePath
Objective-C instance method.
protected Bundle(boolean shouldAllocate, int objcObject)
public Bundle()
[[NSBundle
alloc] init]
.
public Bundle(String path)
- initWithPath:
on a newly allocated object.
public static native Bundle mainBundle()
+ mainBundle
Objective-C class method.
public static native Bundle bundleWithPath(String path)
+ bundleWithPath:
Objective-C class method.
public static native Array allBundles()
+ allBundles
Objective-C class method.
public static native Array allFrameworks()
+ allFrameworks
Objective-C class method.
public native boolean load()
- load
Objective-C instance method.
public native String bundlePath()
- bundlePath
Objective-C instance method.
public native String resourcePath()
- resourcePath
Objective-C instance method.
public static native String pathForGlobalResourceOfTypeInDirectory(String name, String ext, String path)
+ pathForResource:ofType:inDirectory:
Objective-C class method.
public native String pathForResourceOfType(String name, String ext)
- pathForResource:ofType:
Objective-C instance method.
public native String pathForResourceOfTypeInDirectory(String name, String ext, String subpath)
- pathForResource:ofType:inDirectory:
Objective-C instance method.
public native Array pathsForResourcesOfTypeInDirectory(String ext, String subpath)
- pathsForResourcesOfType:inDirectory:
Objective-C instance method.
public native String localizedStringForKey(String key, String value, String tableName)
- localizedStringForKey:value:table:
Objective-C instance method.
public native Dictionary infoDictionary()
- infoDictionary
Objective-C instance method.
public static native String localizedString(String key, String comment)
+ localizedString::
Objective-C class method.
public static native String localizedStringFromTable(String key, String table, String comment)
+ localizedStringFromTable:::
Objective-C class method.
public static native String localizedStringFromTableInBundle(String key, String table, Bundle bundle, String comment)
+ localizedStringFromTableInBundle::::
Objective-C class method.
public static String localizedString(String key)
All Packages Class Hierarchy This Package Previous Next Index